Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
π οΈ PR Summary
Made with β€οΈ by Ultralytics Actions
π Summary
Improved version management and dependency handling in Ultralytics THOP library.
π Key Changes
0.0.2
to0.0.3
.packaging
as a new dependency in the project.LooseVersion
toVersion
for better accuracy and reliability.π― Purpose & Impact
0.0.3
) signifies improvements and possibly bug fixes, making the library more stable for users.packaging
module as a dependency ensures more robust version handling. This change impacts how the library interacts with different versions of PyTorch, ensuring compatibility and addressing previous limitations with version checking.Version
for PyTorch version comparisons eliminates potential issues with version parsing and comparison, ensuring the library functions correctly across various PyTorch versions. This change benefits users by preventing unexpected behavior due to incorrect version assumptions, especially concerning feature support and deprecations.π In summary, these updates make the THOP library more reliable and user-friendly by improving version handling and dependency management, which enhances overall compatibility and stability.